Carbon


CloseWindow

Header: MacWindows.h Carbon status: Unsupported

void CloseWindow (
    WindowRef window
);
AVAILABILITY

Not supported in Carbon. Not available in Carbon.

CARBON NOTES

The CloseWindow function is not supported because developers do not allocate their own memory for windows in Carbon. Use the DisposeWindow function to remove a window instead.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)